Genstrings in terminal (Apprentice, Storesearch app)

if genstrings in terminal don’t work

instaed

cd ~/Desktop/StoreSearch/StoreSearch

genstrings *.swift -o en.lproj

use

find /Users/ilyatskhovrebov/Desktop/iOS/RayWenderlich/iOSApprenticeApps/4\ StoreSearch\ by\ Ray\ /StoreSearch -name “*.swift” -print0 | xargs -0 genstrings -o /Users/ilyatskhovrebov/Desktop/iOS/RayWenderlich/iOSApprenticeApps/4\ StoreSearch\ by\ Ray\ /StoreSearch/en.lproj

@tskho Thank you for sharing your solution - much appreciated! :]

This topic was automatically closed after 166 days. New replies are no longer allowed.