Skip to content

Localized string not found #6

Description

@Woit

Hi!

There is some issue with localization. When i installed this via pod i see only eng lang on any localizations. Probably your method in NSBundle category can't find resource bundle (maybe bundle not copied and i think thats a 'use_frameworks!' problem)

my podfile looks like:

source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
platform :ios, "8.0"

target 'myproject' do
pod 'Fabric'
pod 'Crashlytics'

pod 'AFNetworking'
pod 'MagicalRecord'
pod 'MBProgressHUD'
pod 'libPhoneNumber-iOS'
pod 'JASidePanels'
pod 'BlocksKit'
pod 'APAddressBook'
pod 'PureLayout'
pod 'TPKeyboardAvoiding'
pod 'SVPullToRefresh'
pod 'SDWebImage'
pod 'MWPhotoBrowser'
pod 'Socket.IO-Client-Swift'
pod 'UITextView+Placeholder'

pod 'VK-ios-sdk'
pod 'FBSDKCoreKit'
pod 'FBSDKLoginKit'
pod 'FBSDKShareKit'

pod 'SlackTextViewController'
end

maybe this help you:
https://the-nerd.be/2015/08/07/load-assets-from-bundle-resources-in-cocoapods/

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions