I dont know why, built building this project for me, git just hangs trying to clone the repo. Maybe some network issue, bit I’m afraid I’ll have to retest this later.
Can you post what you see in the Resolve log, on your side? it should show the final fx the project ref was resolved to and hats being passed to the IDE’s CC logic…
-> Task __RemObjects_EBuild_Elements_ElementsResolveToffeeReferencesForTarget started for CognitoUserPoolApp, Toffee-iOS.
Project 'AWSCore' referenced from 'CognitoUserPoolApp' is not enabled and has no cached final output. Falling back to hint path.
E: Project Reference 'github.com/mosh/ImportSolution/AWSCore.elements:*' could not be resolved for target 'Toffee-iOS' (Toffee iOS arm64).
Reference 'CoreGraphics' was resolved to '/Users/mh/Code/Fire/Bin/Build/macOS/Fire.app/Contents/Resources/Island SDKs/Darwin/iOS 17.0/CoreGraphics.fx' for target 'Toffee-iOS'.
which is expected, as this isn’t built yet. After a buld it reresolves fine, for me:
-> Task __RemObjects_EBuild_Elements_ElementsResolveToffeeReferencesForTarget started for CognitoUserPoolApp, Toffee-iOS.
Project 'AWSCore' referenced from 'CognitoUserPoolApp' is not enabled, reusing cached output.
Project Reference 'AWSCore' was resolved to '/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/AWSCore-845B2CAF2EC7E5DCA0E608FD5B914052327FC2FF/Debug/Toffee.iOS/Device/AWSCore.fx' via target 'Toffee.iOS'.
Reference 'AWSCore' was resolved to '/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/AWSCore-845B2CAF2EC7E5DCA0E608FD5B914052327FC2FF/Debug/Toffee.iOS/Device/AWSCore.fx' for target 'Toffee-iOS' (Device).
Reference 'AWSCore' was resolved to '/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/AWSCore-845B2CAF2EC7E5DCA0E608FD5B914052327FC2FF/Debug/Toffee.iOS/Simulator/AWSCore.fx' for target 'Toffee-iOS' (Simulator).
and I can reproduce that CC still failed on it. Will log for the CC team.
I retried with the test I posted right at the beginning and that works. This one has more references and a bit more code. It looked ok when I tried it last week.
I dont think I had let the ios update complete from last time I ran xcode. When I ran it again it prompted that there was an ios 17.1 update to install so I waited until that finished.