iOS project not seeing local changes when developing a Cocoapod project
The fix was to delete my xcworkspace [rm -rf MyFramework.xcworkspace
] and recreate it via pod install
.
The only difference I can see is that Pods
is now included in the build targets for my demo app's scheme.