Hello, I updated the EstimoteSDK from 3.5.0 to 3.7.0 and now i am getting an error "Command failed due to signal: Segmentation fault: 11"when i compile the app. I’m using xCode 7
Can you try cleaning the build folder? Command + Alt + Shift + K, if I remember correctly.
If that doesn’t help, can you try deleting the .framework file completely, and redownloading it? Maybe something got corrupted on the way.
NVM, i change the folder’s name, recompile and it worked haha, dont know what happened, something else, how can i implement the
- (void)beaconManager:(ESTBeaconManager *)manager didDetermineState:(CLRegionState)state forRegion:(ESTBeaconRegion *)region
in Swift
The method signature in Swift is:
func beaconManager(manager: AnyObject, didDetermineState state: CLRegionState, forRegion region: CLBeaconRegion)
Done, thanks for your help
1 Like