Tuesday, April 16, 2024
HomeSample Page

Sample Page Title



After i add some libs in construct phases->hyperlink binary with libraries . I attempt to construct mission once more through the use of cocos creator construct device. I opened mission xcode once more. In construct phases->hyperlink binary with libraries , it was empty.
Is there any strategy to repair this drawback?

You should edit:
native/engine/ios/CMakeLists.txt

set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -framework AppTrackingTransparency")
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -framework Safety")
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -framework StoreKit")

Hope it will clear up your concern.

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments