mirror of
https://github.com/SvenTiigi/WhatsNewKit.git
synced 2026-04-02 23:58:58 -06:00
import: WhatsNewKit #81
Labels
No labels
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
help wanted
help wanted
help wanted
help wanted
help wanted
help wanted
help wanted
help wanted
help wanted
help wanted
help wanted
help wanted
question
question
question
question
question
question
question
question
question
question
question
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github/WhatsNewKit#81
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AlexFlume on 6/22/2019
WhatsNewKit Environment
What did you do?
I added
pod 'WhatsNewKit'to the my Xcode project and successfully installed WhatsNewKit.What did you expect to happen?
I expected to be able to type
import: WhatsNewKitin the AppDelegate.swift file.What happened instead?
When I type
import: WhatsNewKitin the AppDelegate.swift file the framework isn't recognised and I get a "No such module 'WhatsNewKit'" warning in red. - I can see the pods file has been added, but Xcode isn't letting me use it.I'm a first-time developer so could be missing something obvious, but I'm doing everything shown in the instructions (and a YouTube video I found online) but Xcode just can't see the WhatsNewKit framework.
Any help would be much appreciated this looks amazing.