Menu

Error codes and FAQ

Error codes and FAQ

For error codes and FAQ guidelines of TopOn Unity SDK, please refer to:

System platformDescription
TopOn Android SDKView
TopOn iOS SDKView


Q:Compilation error " call to undeclared function 'typeof'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]" as shown in the figure

Answer:Due to a problem with the C++ version, Build Settings -> Apple Clang - Language -> C Language Dialect -> Modify to c11 if shown.

Article picture


Q:Unity After exporting, the package encountered Missing signing identifier at "xxxxxx/Frameworks/libswiftCore.dylib". How to solve it.

Article picture

Answer:Follow the following steps

  1. Select Unity-iPhone project
  2. Select UnityFramework

Tip: Change the UnityFramework thisTarget, not theUnity-iPhone thisTarget.

Q:  Encountered error "Invalid Bundle. The bundle at 'Marooned.app/Frameworks/UnityFramework.framework' contains disallowed file 'Frameworks'."

Answer: Add Run Script under Build Phases and add the following code:

cd "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Frameworks/UnityFramework.framework/" 
if [[ -d "Frameworks" ]]; then 

ThisTargetClick to selectBuild SettingsEnterswiftin the search box to set "Always Embed Swift Standard Libraries" The option is "No"

Previous
Callback information description
Next
Policy compliance
Last modified: 2025-05-30Powered by