Cycle inside MyApp; building could produce unreliable results
Problem When trying to build with XCode 15 getting the following error- “Cycle inside MyApp; building could produce unreliable results.” It is working fine with XCode 12, 13 and 14 Solution: Follow the below steps. Select Target Goto Build Phase tab. Drag ‘Embed App Extension’ and place it below ‘Run script’. Run it again, It…
Read More “Cycle inside MyApp; building could produce unreliable results” »