Borrar filtros
Borrar filtros

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

2 visualizaciones (últimos 30 días)
son vad
son vad el 26 de Oct. de 2016
Respondida: Jorik el 9 de Nov. de 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?

Respuestas (1)

Jorik
Jorik el 9 de Nov. de 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 :)

Categorías

Más información sobre Setup and Configuration en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by