Filter löschen
Filter löschen

I get error when i try to install the hardware support pack for iOS.

2 Ansichten (letzte 30 Tage)
son vad
son vad am 26 Okt. 2016
Beantwortet: Jorik am 9 Nov. 2016
When i try to "Verifying Configuration of Your iOS Device" i get this Error:
Unexpected === BUILD TARGET TestApp OF PROJECT TestApp WITH CONFIGURATION Release === Check dependencies Signing for "TestApp" requires a development team. Select a development team in the project editor. Code signing is required for product type 'Application' in SDK 'iOS 10.1' BUILD FAILED The following build commands failed: Check dependencies (1 failure)
Im using Xcode 8.0 and Matlab R2016b. the iPhone is 6s pluss with 10.0.2
any one know a solution to this problem?

Antworten (1)

Jorik
Jorik am 9 Nov. 2016
Xcode 7 and iOS 9 are the latest releases that were validated with the support package for R2016b.
So, I think you will have to use Xcode 7. If you test a Hello World application with Xcode 7, you will probably receive an error since Xcode 7 does not iOS 10 out of the box. You could copy the iOS 10 files from Xcode 8 to Xcode 7 (keep both installed!) as indicated here: http://stackoverflow.com/questions/30736932/xcode-error-could-not-find-developer-disk-image
Once copied (I would recommend copying the files instead of creating a symlink, since I was having some issues with the symlink) and it works from Xcode, you should also be able to deploy the model to your iOS device directly from Simulink.
Make sure you have configured the right Xcode version (7) as the default one with xcode-select!
Good luck :)

Kategorien

Mehr zu Setup and Configuration finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by