nurseybushc
nurseybushc

Reputation: 374

IBM MobileFirst 7.1 Hybrid app build fails when run in Xcode

Bitcode is disabled.

After selecting Run As-> Xcode Project in MobileFirst Studio, trying to run the project in Xcode yields this error: Image of the error

The framework is there and the .h is inside framework/Headers, as you can see in the image.

Using: Xcode7.2, MobileFirst7.1

Upvotes: 0

Views: 418

Answers (1)

nurseybushc
nurseybushc

Reputation: 374

In Xcode: Build Settings (for target)->Search Paths->Framework Search Paths[Double Click] In the drop-down next to $(PROJECT_DIR), select Recursive. Then try building again. It fixed my issue.

Upvotes: 1

Related Questions