Xcode Version 15.0 (15A240d) -ld64 has been declare an alias named -ld_classic
Post
Replies
Boosts
Views
Activity
I use Xcode Version 14.1 beta 3 (14B5033e) , and the syntax highlight feature broken in my project. How do I fix it. Anyone have method can resolve this problem?
error: root manifest not found
when you create xcframework.zip file, you should use zip command correctly.
you should execute zip command in the same directory as the xcframework location. if not, your zip file will contain the extra directory level path name info in the result zip file. and this cause the error occur.
That is because you use the previous tutorial project and add a target for watchOS, but the file Data.swift in previous tutorial project not import ImageIO,so you should import this module。