IO's and exporting error

B

Buldogas

Guest
Hi I trying to export my game on IO's and I getting error: linker command failed with exit code 1
I created empty project and project push me the same error as my final game, project working on Android, Mac and Windows very well, i tried everything, any ideas?

More details about error:

xcodebuild[4520:60200] DVTAssertions: Warning in /Library/Caches/com.apple.xbs/Sources/IDEFrameworks_Fall2018/IDEFrameworks-14320.25/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:1050
Details: log recorder was sent -stopRecordingWithInfo:completionBlock: after it had already been asked to stop recording.
Object: <IDEActivityLogSectionRecorder: 0x7fa02fc11c40>
Method: -stopRecordingWithInfo:completionBlock:
Thread: <NSThread: 0x7fa02f745d40>{number = 10, name = (null)}

Testing failed:
linker command failed with exit code 1 (use -v to see invocation)
Testing cancelled because the build failed.
** TEST FAILED **


The following build commands failed:
Ld GameMakerStudio2/iOS/GMS2IOS/Untitled/Untitled/Untitled.app/Untitled normal x86_64
(1 failure)
 

Attachments

Top