Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Build ios failed after upgrading to Xcode 15.3 #747

Open
XJYao opened this issue Mar 21, 2024 · 4 comments
Open

Build ios failed after upgrading to Xcode 15.3 #747

XJYao opened this issue Mar 21, 2024 · 4 comments

Comments

@XJYao
Copy link

XJYao commented Mar 21, 2024

In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:615:74: error: unknown type name 'NSUInteger'
FOUNDATION_EXPORT const char *NSGetSizeAndAlignment(const char *typePtr, NSUInteger * _Nullable sizep, NSUInteger * _Nullable alignp);

In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:15:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CoreVideo.h:25:10: fatal error: 'CoreVideo/CVDisplayLink.h' file not found
#include <CoreVideo/CVDisplayLink.h>

@obentoumi
Copy link

Same issue

@XJYao
Copy link
Author

XJYao commented Apr 1, 2024

Same issue

Have you found a solution?

@obentoumi
Copy link

No way. I spent many hours to figure out what was wrong, but without success.

@quanxinglong
Copy link

you can try

defines += [
"WEBRTC_MAC",
"WEBRTC_IOS",
"TARGET_OS_IPHONE",
"TARGET_OS_IOS",
]

good luck

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants