Forum Discussion
1PW not loading ; 1PW library not loading
Hi.
I've hit exactly same problem as OP. Tried changing permissions as per Dave_1P suggestions.
Edit: it helped! I omitted the
cd Versions
sudo chmod -h 755 ./Current
part.
Everything works now.
Original comment
It didn't help.
However, it might be a permission related issue - for example, I've noticed this:
```
MyComputer:ReactiveObjC.framework otheruser$ pwd
/Applications/1Password.app/Contents/Frameworks/ReactiveObjC.framework
MyComputer:ReactiveObjC.framework otheruser $ ls -la
total 0
drwxr-xr-x   5 myuser  staff  160 Nov 10 16:41 .
drwxr-xr-x  11 myuser staff  352 Nov 10 16:41 ..
ls: ./ReactiveObjC: Permission denied
lrwx------   1 myuser  staff   29 Nov 10 16:41 ReactiveObjC
ls: ./Resources: Permission denied
lrwx------   1 myuser  staff   26 Nov 10 16:41 Resources
drwxr-xr-x   4 myuser  staff  128 Nov 10 16:41 Versions
```
Hope it helps somehow.