Post

Replies

Boosts

Views

Activity

Reply to Xcode 16.0 got Assertion failed when build my project
Hi, I found a way and it seems to work, which can help us found out the framework where the problem lies. The problem occurs at the linking stage, we can use a script to convert the framework into a dylib, and linking will also occur during this process. Here is my script: $clang_path -arch $arch -dynamiclib -target arm64-apple-ios12.0 -isysroot "$iphoneos_sdk_path" -F$framework_path -framework $framework_name -ObjC -all_load -undefined dynamic_lookup -o "$output_file" &> "/tmp/$framework_name.txt"
Sep ’24
Reply to Xcode16 Beta 3 got Assertion failed when build my project
Hi. Any update? Facing the same issue for my app with Xcode 16.0 Release. Assertion failed: ((ct == Atom::ContentType::objcConst) || (ct == Atom::ContentType::objcData) || (ct == Atom::ContentType::constData) || (ct == Atom::ContentType::constText)), function ObjCClassReadOnlyDataRef, file Atom.cpp, line 3022.
Replies
Boosts
Views
Activity
Sep ’24
Reply to Xcode 16 bug?Assertion failed: (0), function isBulkReadStatement, file SQLiteDatabaseTracking.cpp, line 710.
Hi. Any update? Facing the same issue for my app with Xcode 16.0 Release.
Replies
Boosts
Views
Activity
Sep ’24
Reply to Xcode 16.0 got Assertion failed when build my project
Hi, I found a way and it seems to work, which can help us found out the framework where the problem lies. The problem occurs at the linking stage, we can use a script to convert the framework into a dylib, and linking will also occur during this process. Here is my script: $clang_path -arch $arch -dynamiclib -target arm64-apple-ios12.0 -isysroot "$iphoneos_sdk_path" -F$framework_path -framework $framework_name -ObjC -all_load -undefined dynamic_lookup -o "$output_file" &> "/tmp/$framework_name.txt"
Replies
Boosts
Views
Activity
Sep ’24