前提・実現したいこと
SpotifySDKのチュートリアルを完遂したい
発生している問題・エラーメッセージ
チュートリアルどおりに記述してもうまく動いてくれない
https://developer.spotify.com/documentation/ios/quick-start/
Showing Recent Messages In /Users/trmti/xcode/Spotify/Spotify/SpotifyiOS.framework/SpotifyiOS(MPMessagePackReader.o), building for iOS Simulator, but linking in object file built for iOS, file '/Users/<ユーザー名>/xcode/Spotify/Spotify/SpotifyiOS.framework/SpotifyiOS' for architecture arm64
該当のソースコード
関連があると思われる場所
Spotify-Bridging-Header.h
// // Use this file to import your target's public headers that you would like to expose to Swift. // #import <SpotifyiOS/SpotifyiOS.h>
試したこと
Objective-C Bridging Headerの値を再設定してみたり、シミュレーターの機種を変えてみたり
headerファイルを作り直してみたりしましたがうまくいきませんでした。
補足情報(FW/ツールのバージョンなど)
パソコン:M1チップのmacbook
xcodeのバージョン:12.3
InterFace:storyboard
M1チップが原因だと考えています。
もしそうだった場合解決法はないのでしょうか?
多少無理矢理でも構いません。
よろしくおねがいします!!
あなたの回答
tips
プレビュー