iOS Question Build server started to fail

tufanv

Expert
Licensed User
Longtime User
Hello,

I was successfully building the app with my local mac and one of a sudden I started geting this :
I tried reconnecting the phone, restarting everything etc.. Any suggestions?

B4X:
2022-07-27 09:23:24.976 xcodebuild[948:9150] [MT] iPhoneConnect: 📱<DVTiOSDevice (0x7fa887912f90), Mert Tufan iPhone’u, iPhone, 15.5 (19F77), 00008101-00093D3A0E00001E> == Underlying device preparation errors ==
2022-07-27 09:23:24.976 xcodebuild[948:9150] [MT] iPhoneConnect: Failed to prepare device for development.
Domain: com.apple.dtdevicekit
Code: 806
Recovery Suggestion: If you are certain that Xcode supports development on this device, try disconnecting and reconnecting the device.
User Info: {
    AssociatedMobileDeviceFunction = AMDeviceMountImage;
    DVTRadarComponentKey = 487927;
    NSLocalizedFailure = "This operation can fail if the version of the OS on the device is newer than the version of Xcode that is running.";
}
--
Could not support development.
Domain: com.apple.dt.MobileDeviceErrorDomain
 

tufanv

Expert
Licensed User
Longtime User
I was very lucky to identify the problem. While the app was building, I was removing a line from the designer script, but with each status update during the building, main module comes to front so I accidentailly deleted the "w" of : #AdditionalLib: SystemConfiguration.framework so it was #AdditionalLib: SystemConfiguration.frameork .

I found this with the help of github file difference display.
 
Last edited:
Upvote 0
Top