-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2 (beta) breaks my iOS HEADER_SEARCH_PATHS #121
Comments
Thank you for reporting, if possible can you submit a small app which reproduces the issue. |
Hi @triniwiz, Test app download is large due to OpenCV: https://drive.google.com/file/d/19Dixw0ktbKdiwG2NF9EaCJ41pXfZnLMW/view?usp=sharing The error
is caused by adding @nativescript/canvas beta, but I suspect it is more of a build issue. Although my HEADER_SEARCH_PATHS and the one in the plug-in both include
|
Thanks will check this out |
ENVIRONMENT
macOS Sonoma (14.4.1)
Xcode 15.3
NS 8.7.0
@nativescript/ios 8.7.1
@nativescript/canvas 2.0.0-beta.21
@nativescript/canvas-three 2.0.0-beta.21
PROBLEM$(inherited)), which is necessary for my native code. @nativescript/canvas also sets HEADER_SEARCH_PATHS (including $ (inherited)) in "node_modules/@nativescript/canvas/platforms/ios/build.xcconfig". I'm guessing this is what causes the problem...
In "App_Resources/iOS/build.xcconfig" I set HEADER_SEARCH_PATHS (including
My native code longer compiles until I manually add headers search paths in Xcode. Setting HEADER_SEARCH_PATHS in "App_Resources/iOS/build.xcconfig" no longer works.
The text was updated successfully, but these errors were encountered: