cannot parse the debug map

Hi there,


I'm trying to convert an existing project to Swift 2 using XCode beta 7 (7A120f). After doing the code conversion that XCode suggest me a few errors appears:


  • error: cannot parse the debug map for "/Users/maf/Library/Developer/Xcode/DerivedData/xxxx-cibpkvuddoabqjfxlgkqjjvqhrym/Build/Intermediates/SwiftMigration/xxxx/Products/Debug-iphonesimulator/xxxx.app/xxxx": No such file or directory
  • error: linker command failed with exit code 1 (use -v to see invocation)


I think the second one is a consequence of the first error.


Anyone dealed with this?


Thanks in advance.

Accepted Reply

Try performing a Product -> Clean

It worked for me.

http://stackoverflow.com/questions/30812428/convert-to-latest-swift-syntax-breaks-the-build-even-when-there-are-no-changes


Hope this helps

Replies

Try performing a Product -> Clean

It worked for me.

http://stackoverflow.com/questions/30812428/convert-to-latest-swift-syntax-breaks-the-build-even-when-there-are-no-changes


Hope this helps

Make clean not work for me, I have this error:


Check dependencies

target 'MyAppTests' has on-demand resources enabled (ENABLE_ON_DEMAND_RESOURCES = YES), but it is not supported for unit test bundle target types.