필터 지우기
필터 지우기

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

조회 수: 2 (최근 30일)
son vad
son vad 2016년 10월 26일
답변: Jorik 2016년 11월 9일
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?

답변 (1개)

Jorik
Jorik 2016년 11월 9일
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 :)

카테고리

Help CenterFile Exchange에서 Setup and Configuration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by