初心者のSWIFTアプリ開発記 ©たぬきち

肥満気味になってきたので筋トレに励んでいます! プログラミング頑張ります

iOS11 xcode9 変更時のエラーのメモ

xcodeでbuild時に

linker command failed with exit code 1 (use -v to see invocation)

何処かのサイトでちらっとみたので Target minimum iOS Version を 6.0 → 8.0 に変更

xcodeで実機テスト転送時に

This application does not support this device’s CPU type.

backend mono →  IL2CPP に変更

architecture をuniversal に変更

全然理解していないけどとりあえずエラーは消えた