You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I am getting the following error from Xcode when I try to build this app.
Target 'iflux' has copy command from '/Users/b/Downloads/flux/f.lux-master/iflux' to '/Users/b/Library/Developer/Xcode/DerivedData/iflux-ciglrfbteqzwqafnuwfvdkdacxoh/Build/Products/Debug-iphoneos/iflux.app/iflux'
Target 'iflux' has link command with output '/Users/b/Library/Developer/Xcode/DerivedData/iflux-ciglrfbteqzwqafnuwfvdkdacxoh/Build/Products/Debug-iphoneos/iflux.app/iflux'
I had a look through all the files for copy/link commands but could not find the cause, this is the only issue with the build process. Trying to build for iPad running iOS 10.3.3
The text was updated successfully, but these errors were encountered:
This is caused by Xcode's new build system. To fix it, go to File > Project Settings… and under Shared Project Settings > Build System, select "Legacy Build System".
Hi I am getting the following error from Xcode when I try to build this app.
I had a look through all the files for copy/link commands but could not find the cause, this is the only issue with the build process. Trying to build for iPad running iOS 10.3.3
The text was updated successfully, but these errors were encountered: