williamFalcon / SwiftTryCatch

Adds try-catch support for Swift
MIT License
140 stars 58 forks source link

Xcode 9.x : Warning #17

Open DevPravin opened 6 years ago

DevPravin commented 6 years ago

Hi Team,

When I try to run using latest Xcode version (9.3), getting error as "This block declaration is not a prototype". Please fix & update the pod.

Regards, Pravin

williamFalcon commented 6 years ago

Hey! Thanks for bringing up this issue. I don’t actively maintain this anymore but happy to look at a pull request if you want to make those changes!

williamFalcon commented 6 years ago

Just merged a pr for this fix, can you confirm it fixes your issue?

DevPravin commented 6 years ago

I took pull and verified. I think, it's not fixed yet. FYI, I am using Xcode 9.3. Please see the attached screen shot.

screen shot 2018-05-16 at 4 19 32 pm
beanandbean commented 6 years ago

@williamFalcon I think you need to make another release (1.0.1 for example), update your podspec file, and submit to the cocoapods specs repo using pod trunk push SwiftTryCatch.podspec. Without this, we cannot pull the latest version of SwiftTryCatch using pod update. Thanks!

GopiK14 commented 6 years ago

Hi All

Same problem here, Any update on this?